home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
language
/
iconv8_s.arc
/
ICONT.ARC
/
ICONT.LNK
< prev
next >
Wrap
Text File
|
1985-11-20
|
1KB
|
67 lines
*
* Standard control file for linking Lattice C modules.
*
* Step 1 - initialisation
* =======================
*
* C initialisation must be included first.
*
INPUT e:\lattice\startup.bin
*
* Step 2 - user modules
* =====================
*
* Now include a single user module
* (from the command line).
*
INPUT long
INPUT getopt
INPUT err
INPUT keyword
INPUT lcode
INPUT lglob
INPUT link
INPUT llex
INPUT lmem
INPUT lnklist
INPUT lsym
INPUT opcode
INPUT optab
INPUT parse
INPUT tcode
INPUT tlex
INPUT tmain
INPUT tmem
INPUT tlocal
INPUT toktab
INPUT trans
INPUT tree
INPUT tsym
INPUT util
*
* For each extra module you want to include in the
* link include a line of the form:
*
* INPUT <file name>
*
* Step 3 - C library
* ==================
*
* C library - must always be included.
*
LIBRARY e:\lattice\fplib.bin
LIBRARY e:\lattice\clib.bin
*
* Step 4 - GEM graphics library
* =============================
*
* GEM graphics library - only include if your program
* is trying to access graphics routines
* (by uncommenting the line).
*
*LIBRARY e:\lattice\gemlib.bin
*
ə